In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / AddRectangleHighlighterAnnot Method

AddRectangleHighlighterAnnot Method (IAnnotationManager)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(13)>

Function AddRectangleHighlighterAnnot( _

   ByVal BackColor As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As AnnotationRectangleHighlighter
[DispId(13)]

AnnotationRectangleHighlighter AddRectangleHighlighterAnnot( 

   int BackColor,

   float Left,

   float Top,

   float Width,

   float Height

)
function AddRectangleHighlighterAnnot( 

    BackColor: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): AnnotationRectangleHighlighter; 
DispIdAttribute(13)

function AddRectangleHighlighterAnnot( 

   BackColor : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : AnnotationRectangleHighlighter;
[DispId(13)]

AnnotationRectangleHighlighter* AddRectangleHighlighterAnnot( 

   int BackColor,

   float Left,

   float Top,

   float Width,

   float Height

) 
[DispId(13)]

AnnotationRectangleHighlighter^ AddRectangleHighlighterAnnot( 

   int BackColor,

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

BackColor
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager
IAnnotationManager Members